Skip to content

Conversation

@mcfdez
Copy link
Contributor

@mcfdez mcfdez commented Jan 9, 2026

What is this PR about?

This pull request introduces support for displaying and managing volumes defined in docker-compose.yml files for compose services in the Dokploy dashboard. The changes include backend logic to extract and expose volume definitions from compose files, updates to the API and data models, and new frontend components to display this information in the UI. This enhances visibility into both Docker-managed volumes and bind mounts configured via compose, alongside volumes managed through the Dokploy interface.

Checklist

Before submitting this PR, please make sure that:

Issues related

closes #3428

Screenshots

image image

@mcfdez mcfdez force-pushed the feat/show-compose-volumes branch 5 times, most recently from 695f5e1 to 199a9ae Compare January 10, 2026 09:28
@mcfdez mcfdez marked this pull request as ready for review January 10, 2026 09:36
@mcfdez mcfdez requested a review from Siumauricio as a code owner January 10, 2026 09:36
@WilliamAGH
Copy link

Looks like this is a popular feature request @mcfdez and @Siumauricio 😄

I actually added the same in an existing PR, with some added functionality to edit them as well as show them: #3344

I've been using it myself for the last few weeks, it works great!

So I'm aware of at least 3 different open issues this solves: #3015 #2750 and #3428

@mcfdez mcfdez force-pushed the feat/show-compose-volumes branch from 8b4ad4e to 0d8af59 Compare January 19, 2026 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show compose volumes in service advanced tab

2 participants